From 9db49569d033a740765e259cae8c81d77c50c7dd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 22 Mar 2004 15:38:14 +0000 Subject: [PATCH] *** empty log message *** --- etc/PROBLEMS | 18 ++++++++---------- lib-src/ChangeLog | 6 ------ lisp/ChangeLog | 6 ++++++ lisp/gnus/ChangeLog | 13 +++++++++++++ 4 files changed, 27 insertions(+), 16 deletions(-) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 30a65b01bb7..ed6875821ae 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -58,20 +58,18 @@ xrealloc(). Relinking the application (by deleting src/temacs and running make) will solve the problem. It appears to be caused by some problems with the unexec code and its interaction with libSystem.B. -* Emacs crashes with SIGSEGV on Solaris in XtInitializeWidgetClass +* Emacs crashes with SIGSEGV in XtInitializeWidgetClass It crashes on X, but runs fine when called with option "-nw". -This has been observed when emacs is linked with GNU ld instead of -Solaris ld. To check which ld is used by gcc add "-V" to -TEMACS_LDFLAGS in src/Makefile. Alternatively the executable size may -be used as an indication of which linker is used. The size is -approximately 15M when linked with solaris ld compared to 9M when -linked with GNU ld. - -The fix is to reconfigure/install gcc, making sure that the SUN linker -is used. +This has been observed when Emacs is linked with GNU ld but without passing +the -z nocombreloc flag. Emacs normally knows to pass the -z nocombreloc +flag when needed, so if you come across a situation where the flag is +necessary but missing, please report it via M-x report-emacs-bug. +On platforms such as Solaris, you can also work around this problem by +configuring your compiler to use the native linker instead of GNU ld. + * Characters from the mule-unicode charsets aren't displayed under X. XFree86 4 contains many fonts in iso10646-1 encoding which have diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4e995ff185a..819b4db4a1d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -45,12 +45,6 @@ Only try su-fallback if the socket name was not explicit. Check socket name length in su-fallback case as well. -2004-01-20 Stefan Monnier - - * emacsclient.c (main): Stop if socket name too long. - Only try su-fallback if the socket name was not explicit. - Check socket name length in su-fallback case as well. - 2004-01-08 Andreas Schwab * emacsclient.c (main): Save errno from socket_status. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27f041521e1..d97a84f6e80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -104,6 +104,12 @@ 2004-03-18 Stefan Monnier + * log-edit.el (log-edit-font-lock-keywords): Typo. + + * textmodes/tex-mode.el (tex-shell): Set error parsing function here. + (tex-send-tex-command): Rather than here. + (tex-compilation-parse-errors): Simplify. + * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l. * time.el (display-time-string-forms): Add help-echo with date on time. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 43be1e84e43..0673b44bc1e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,16 @@ +2004-03-22 Stefan Monnier + + * gnus-art.el: Use inhibit-read-only instead of buffer-read-only. + (gnus-narrow-to-page): Don't assume point-min == 1. + (gnus-article-edit-mode): Derive from message-mode. + (gnus-button-alist): Add buttons to (info "(emacs)Keymaps"). + + * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume + point-min == 1. + + * imap.el (imap-parse-address-list, imap-parse-body-ext): + Disable incorrect use of `assert'. + 2004-03-05 Stefan Monnier * message.el (message-mode): Fix last change. -- 2.30.2